---- start of layout ----
tar -cvf backup.tar ~/Documents ~/Pictures ~/.dotfiles
tar command options: -c create new archive -r append files to archive -v verbose, show progress -f filename (name of archive)
tar -xvf backup.tar
-x extract -t list the content of the archive
The present is the only time we truly have.
---- End of layout ----